home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Multimedia 20 / The Best of Select: Multimedia 20.iso / mpg / vmpeg24.bat < prev    next >
DOS Batch File  |  1996-10-14  |  393b  |  13 lines

  1. @echo off
  2. rem
  3. rem  specify correct paths in line 10
  4. rem
  5. set go32=nodpmi gw 640 gh 480 nc 49176
  6. rem  gw = width
  7. rem  gh = height
  8. rem  nc = number of colors (49176=0xc000+24=24bit, don't change)
  9. rem
  10. d:\vmpeg\go32 d:\vmpeg\vmpeg -y2048 %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. rem  -y option: length of scanline; capitalize Y to switch from BGR to RGB
  12. rem  (read vmpeg.doc for further information)
  13.